SG Window IsgPaintSink
FramePaint Method

©1998 by Stinga

IsgPaintSink     Constants     Error Codes
Description

Called when frame area of the window should be painted.

Syntax

Private Sub IsgPaintSink_FramePaint(ByVal hdc As Long)

Part Description
hdc Handle of the window device context. Used as a parameter for all drawing functions.
Remarks

When you implement IsgPaintSink interface this method must contain code responsible for frame (non-client) area painting.